home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / dviselect / imagen.h < prev    next >
C/C++ Source or Header  |  1989-06-15  |  777b  |  25 lines

  1. /*
  2.  * Copyright (c) 1987 University of Maryland Department of Computer Science.
  3.  * All rights reserved.  Permission to copy for any purpose is hereby granted
  4.  * so long as this copyright notice remains intact.
  5.  */
  6.  
  7. /* imagen globals */
  8.  
  9. /* Accounting: */
  10. #ifndef ACCOUNT_FILE
  11. /*
  12. #define ACCOUNT_FILE "/usr/adm/imagen_acct"/* if defined, the name of the
  13.                           imagen page accounting file */
  14. #endif    ACCOUNT_FILE
  15.  
  16. #define MaxImFamily    128    /* hardware limitation on font family index */
  17. #define DefaultDPI    300    /* 300 for Imagen 8/300, 240 for Imprint-10 */
  18.  
  19. #define DefaultMaxDrift    3    /* default value for MaxDrift */
  20.  
  21. /* Default margins, in dots */
  22. /* CRUFT ALERT: depending on DPI variable */
  23. #define DefaultTopMargin   (DPI)    /* 1" margins */
  24. #define DefaultLeftMargin  (DPI)
  25.